Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update german translation #245

Merged
merged 2 commits into from
Jul 23, 2024
Merged

update german translation #245

merged 2 commits into from
Jul 23, 2024

Conversation

Krintni
Copy link

@Krintni Krintni commented Jul 20, 2024

Learned about your fork recently. Thank you for keeping it alive <3

@Malopieds Malopieds merged commit c9fc7e6 into Malopieds:dev Jul 23, 2024
@Malopieds
Copy link
Owner

Oop- we ran into some trouble here. Here is the error stack trace explanation:

Explanation for issues of type "MissingQuantity":
Different languages have different rules for grammatical agreement with
quantity. In English, for example, the quantity 1 is a special case. We
write "1 book", but for any other quantity we'd write "n books". This
distinction between singular and plural is very common, but other languages
make finer distinctions.
This lint check looks at each translation of a and makes sure that
all the quantity strings considered by the given language are provided by
this translation.
For example, an English translation must provide a string for
quantity="one". Similarly, a Czech translation must provide a string for
quantity="few".

You need to add "plurals". I don't speak german but I guess that some adjectives are changing for the number of items. Read how to deal with plurals in android studio, you should have a warning.
It should be something like this:
<plurals name="n_selected">

PS: I really need to fix the PR running.

Malopieds pushed a commit that referenced this pull request Aug 9, 2024
* update german translation

* Fix wrong format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants